home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMFRAMEWIZARD / TFRMFRAMEWIZARD.txt
Encoding:
Text File  |  1999-04-29  |  12.3 KB  |  486 lines

  1. object frmFrameWizard: TfrmFrameWizard
  2.   Left = 305
  3.   Top = 240
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Frames Wizard'
  7.   ClientHeight = 287
  8.   ClientWidth = 417
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object txtHTML: TMemo
  22.     Left = 128
  23.     Top = 48
  24.     Width = 185
  25.     Height = 89
  26.     TabOrder = 2
  27.     Visible = False
  28.   end
  29.   object PageControl1: TPageControl
  30.     Left = 0
  31.     Top = 0
  32.     Width = 417
  33.     Height = 252
  34.     ActivePage = TabSheet3
  35.     Align = alTop
  36.     TabOrder = 0
  37.     object TabSheet1: TTabSheet
  38.       Caption = 'TabSheet1'
  39.       TabVisible = False
  40.       object Label1: TLabel
  41.         Left = 130
  42.         Top = 8
  43.         Width = 265
  44.         Height = 57
  45.         AutoSize = False
  46.         Caption = 
  47.           'Frames are a useful way of presenting toolbars on Web pages. Ins' +
  48.           'tead of duplicating the HTML code on every Web page, create a pa' +
  49.           'ge with frames, and in to one of those frames, load the toolbar ' +
  50.           'Web page. '
  51.         WordWrap = True
  52.       end
  53.       object Label13: TLabel
  54.         Left = 130
  55.         Top = 146
  56.         Width = 259
  57.         Height = 26
  58.         Caption = 
  59.           'Not every browser can display frames, for those that can'#39't you s' +
  60.           'hould provide an alternative format.'
  61.         WordWrap = True
  62.       end
  63.       object Label14: TLabel
  64.         Left = 130
  65.         Top = 223
  66.         Width = 108
  67.         Height = 13
  68.         Caption = 'Click Next to continue.'
  69.       end
  70.       object Label15: TLabel
  71.         Left = 130
  72.         Top = 72
  73.         Width = 274
  74.         Height = 43
  75.         AutoSize = False
  76.         Caption = 
  77.           'Frames can be over used. Try to limit the use of frames to about' +
  78.           ' one frame per web page. Visitors don'#39't like being faced with mo' +
  79.           're than three scrollbars on a page.'
  80.         WordWrap = True
  81.       end
  82.       object pb1: TPaintBox
  83.         Left = 8
  84.         Top = 8
  85.         Width = 110
  86.         Height = 220
  87.         OnPaint = pb1Paint
  88.       end
  89.       object Label16: TLabel
  90.         Left = 130
  91.         Top = 176
  92.         Width = 271
  93.         Height = 43
  94.         AutoSize = False
  95.         Caption = 
  96.           'This wizard will automatically place NOFRAMES tags around the BO' +
  97.           'DY tags of your document. Be careful not to insert the frame HTM' +
  98.           'L between the BODY tags.'
  99.         WordWrap = True
  100.       end
  101.       object Label17: TLabel
  102.         Left = 130
  103.         Top = 132
  104.         Width = 51
  105.         Height = 14
  106.         Caption = 'Warning !'
  107.         Font.Charset = DEFAULT_CHARSET
  108.         Font.Color = clWindowText
  109.         Font.Height = -11
  110.         Font.Name = 'Arial'
  111.         Font.Pitch = fpVariable
  112.         Font.Style = [fsBold]
  113.         ParentFont = False
  114.       end
  115.     end
  116.     object TabSheet2: TTabSheet
  117.       Caption = 'TabSheet2'
  118.       TabVisible = False
  119.       object Label8: TLabel
  120.         Left = 305
  121.         Top = 176
  122.         Width = 41
  123.         Height = 13
  124.         Caption = 'Number:'
  125.       end
  126.       object imgRowCol: TImage
  127.         Left = 136
  128.         Top = 8
  129.         Width = 260
  130.         Height = 160
  131.       end
  132.       object Label2: TLabel
  133.         Left = 175
  134.         Top = 176
  135.         Width = 94
  136.         Height = 13
  137.         Caption = 'Arrange frames by:'
  138.       end
  139.       object pb2: TPaintBox
  140.         Left = 8
  141.         Top = 8
  142.         Width = 110
  143.         Height = 220
  144.         OnPaint = pb2Paint
  145.       end
  146.       object optRows: TRadioButton
  147.         Left = 173
  148.         Top = 217
  149.         Width = 49
  150.         Height = 17
  151.         Caption = 'Rows'
  152.         Checked = True
  153.         TabOrder = 0
  154.         TabStop = True
  155.         Visible = False
  156.       end
  157.       object optCols: TRadioButton
  158.         Left = 236
  159.         Top = 217
  160.         Width = 43
  161.         Height = 17
  162.         Caption = 'Cols'
  163.         TabOrder = 1
  164.         Visible = False
  165.       end
  166.       object spnNum: TSpinEdit
  167.         Left = 305
  168.         Top = 192
  169.         Width = 41
  170.         Height = 22
  171.         HelpContext = 596
  172.         MaxValue = 9
  173.         MinValue = 1
  174.         TabOrder = 2
  175.         Value = 2
  176.       end
  177.       object cmbRowCol: TComboBox
  178.         Left = 173
  179.         Top = 192
  180.         Width = 105
  181.         Height = 21
  182.         HelpContext = 594
  183.         Style = csDropDownList
  184.         ItemHeight = 13
  185.         Items.Strings = (
  186.           'Rows'
  187.           'Columns')
  188.         TabOrder = 3
  189.         OnChange = cmbRowColChange
  190.       end
  191.     end
  192.     object TabSheet3: TTabSheet
  193.       Caption = 'TabSheet3'
  194.       ParentShowHint = False
  195.       ShowHint = True
  196.       TabVisible = False
  197.       object btnAdd: TSpeedButton
  198.         Left = 6
  199.         Top = 4
  200.         Width = 32
  201.         Height = 32
  202.         Hint = 'Add Frame'
  203.         Glyph.Data = {
  204.           16020000424D160200000000000076000000280000001C0000001A0000000100
  205.           040000000000A0010000120B0000120B00001000000000000000000000000000
  206.           80000080000000808000800000008000800080800000C0C0C000808080000000
  207.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  208.           7777777777777777000077777777777777777777777777777777777788888888
  209.           888888888888777777777777F8888888888888888888777777777777FF777777
  210.           777777777788777777777777FF777777777777777788777777777777FF77FFFF
  211.           FFFFFFFF7788777777777777FF778FFFFFFFFFFF7788777777777777FF778877
  212.           777777FF7788777777777777FF778877777777FF7788777777777777FF778877
  213.           777777FF7788777777777777FF778877777777FF7788777777777777FF778877
  214.           777777FF7788777777777777FF778877777777FF7788777777777777FF778877
  215.           777777FF7788777777777777FF778877777777FF7788777777777777F8878888
  216.           888888FF7788777777777777998788888888888F778877777777777799877777
  217.           77777777778877777777778899888877777777777788777777777999999998FF
  218.           FFFFFFFFFF8877777788799999999FFFFFFFFFFFFFF877777999777799877777
  219.           7777777777777777799977779987777777777777777777777777777799777777
  220.           7777777777777777777777777777777777777777777777777777}
  221.         OnClick = btnAddClick
  222.       end
  223.       object btnDel: TSpeedButton
  224.         Left = 6
  225.         Top = 35
  226.         Width = 32
  227.         Height = 32
  228.         Hint = 'Delete Frame'
  229.         Glyph.Data = {
  230.           16020000424D160200000000000076000000280000001C0000001A0000000100
  231.           040000000000A0010000120B0000120B00001000000000000000000000000000
  232.           80000080000000808000800000008000800080800000C0C0C000808080000000
  233.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  234.           77FFF7777777777700007777777777777800FF7777777F077777777777777777
  235.           78000FF7777777077777777777777777780000F77777F0777777777777777777
  236.           778000FF777F007777777777777777777778000FF7F007777777777777777777
  237.           77778000FF007777777777777777777777777800000777777777777777777777
  238.           7777778000FF7777777777777777777777777800000FF7777777777777777777
  239.           77788000F000FF7777777777777777777780000F88000FF77777777777777777
  240.           77999999998800F77777777777777777779999999987800F7777777777777777
  241.           777777999987770F777777777777777777777999998777707777797777777777
  242.           7778999799877777777777987777777777899977998777777977777987777777
  243.           7899977799877777779877779887777789997777997777777779777779987778
  244.           9997777777777777777777777799888999777777777777777777777777799999
  245.           9777777777777777777777777777999977777777777777777777777777777997
  246.           7777777777777777777777777777777777777777777777777777}
  247.         OnClick = btnDelClick
  248.       end
  249.       object Label3: TLabel
  250.         Left = 2
  251.         Top = 194
  252.         Width = 63
  253.         Height = 13
  254.         Caption = 'Frame name:'
  255.       end
  256.       object Label5: TLabel
  257.         Left = 2
  258.         Top = 218
  259.         Width = 56
  260.         Height = 13
  261.         Caption = 'Frame URL:'
  262.       end
  263.       object Label6: TLabel
  264.         Left = 364
  265.         Top = 125
  266.         Width = 31
  267.         Height = 13
  268.         Caption = 'Height'
  269.       end
  270.       object Label7: TLabel
  271.         Left = 366
  272.         Top = 168
  273.         Width = 28
  274.         Height = 13
  275.         Caption = 'Width'
  276.       end
  277.       object Label4: TLabel
  278.         Left = 396
  279.         Top = 106
  280.         Width = 11
  281.         Height = 13
  282.         Caption = '%'
  283.       end
  284.       object Label9: TLabel
  285.         Left = 397
  286.         Top = 149
  287.         Width = 11
  288.         Height = 13
  289.         Caption = '%'
  290.       end
  291.       object Label10: TLabel
  292.         Left = 293
  293.         Top = 195
  294.         Width = 43
  295.         Height = 13
  296.         Caption = 'Scrolling:'
  297.       end
  298.       object Label11: TLabel
  299.         Left = 358
  300.         Top = 27
  301.         Width = 50
  302.         Height = 13
  303.         Caption = 'Margin (H)'
  304.       end
  305.       object Label12: TLabel
  306.         Left = 357
  307.         Top = 70
  308.         Width = 53
  309.         Height = 13
  310.         Caption = 'Margin (W)'
  311.       end
  312.       object spdImgFile: TSpeedButton
  313.         Left = 251
  314.         Top = 216
  315.         Width = 21
  316.         Height = 21
  317.         OnClick = spdImgFileClick
  318.       end
  319.       object txtName: TEdit
  320.         Left = 67
  321.         Top = 192
  322.         Width = 204
  323.         Height = 21
  324.         HelpContext = 603
  325.         TabOrder = 0
  326.         OnChange = txtNameChange
  327.       end
  328.       object txtURL: TEdit
  329.         Left = 68
  330.         Top = 216
  331.         Width = 184
  332.         Height = 21
  333.         HelpContext = 604
  334.         TabOrder = 1
  335.         OnChange = txtURLChange
  336.       end
  337.       object txtHeight: TEdit
  338.         Left = 364
  339.         Top = 101
  340.         Width = 30
  341.         Height = 21
  342.         HelpContext = 599
  343.         Color = clBtnFace
  344.         Enabled = False
  345.         ReadOnly = True
  346.         TabOrder = 4
  347.       end
  348.       object txtWidth: TEdit
  349.         Left = 364
  350.         Top = 145
  351.         Width = 30
  352.         Height = 21
  353.         HelpContext = 600
  354.         Color = clBtnFace
  355.         Enabled = False
  356.         ReadOnly = True
  357.         TabOrder = 5
  358.       end
  359.       object chkResize: TCheckBox
  360.         Left = 292
  361.         Top = 218
  362.         Width = 103
  363.         Height = 17
  364.         HelpContext = 602
  365.         Alignment = taLeftJustify
  366.         Caption = 'Resizable'
  367.         TabOrder = 7
  368.         OnClick = chkResizeClick
  369.       end
  370.       object cmbScrolling: TComboBox
  371.         Left = 339
  372.         Top = 192
  373.         Width = 57
  374.         Height = 21
  375.         HelpContext = 601
  376.         Style = csDropDownList
  377.         ItemHeight = 13
  378.         Items.Strings = (
  379.           'Auto'
  380.           'No'
  381.           'Yes')
  382.         TabOrder = 6
  383.         OnChange = cmbScrollingChange
  384.       end
  385.       object txtMarginH: TSausEdit
  386.         Left = 363
  387.         Top = 4
  388.         Width = 30
  389.         Height = 21
  390.         HelpContext = 597
  391.         TabOrder = 2
  392.         Text = '0'
  393.         OnChange = txtMarginHChange
  394.         NumericOnly = True
  395.         AllowDecimal = False
  396.         DecimalPlaces = 0
  397.         Max = 0
  398.         Min = 0
  399.         Version = '1.4'
  400.         FileGlyph = sgOpen
  401.         RegStore = False
  402.       end
  403.       object txtMarginW: TSausEdit
  404.         Left = 363
  405.         Top = 47
  406.         Width = 30
  407.         Height = 21
  408.         HelpContext = 598
  409.         TabOrder = 3
  410.         Text = '0'
  411.         OnChange = txtMarginWChange
  412.         NumericOnly = True
  413.         AllowDecimal = False
  414.         DecimalPlaces = 0
  415.         Max = 0
  416.         Min = 0
  417.         Version = '1.4'
  418.         FileGlyph = sgOpen
  419.         RegStore = False
  420.       end
  421.       object pnlMain: TPanel
  422.         Left = 46
  423.         Top = 4
  424.         Width = 310
  425.         Height = 180
  426.         TabOrder = 8
  427.       end
  428.     end
  429.   end
  430.   object Panel1: TPanel
  431.     Left = 0
  432.     Top = 251
  433.     Width = 417
  434.     Height = 36
  435.     Align = alBottom
  436.     TabOrder = 1
  437.     object NextButt: TButton
  438.       Left = 256
  439.       Top = 5
  440.       Width = 75
  441.       Height = 25
  442.       Caption = 'Next >&>'
  443.       TabOrder = 1
  444.       OnClick = NextButtClick
  445.     end
  446.     object FinishButt: TButton
  447.       Left = 256
  448.       Top = 5
  449.       Width = 75
  450.       Height = 25
  451.       Caption = '&Finish'
  452.       TabOrder = 3
  453.       Visible = False
  454.       OnClick = FinishButtClick
  455.     end
  456.     object BackButt: TButton
  457.       Left = 181
  458.       Top = 5
  459.       Width = 75
  460.       Height = 25
  461.       Caption = '&<< Back'
  462.       Enabled = False
  463.       TabOrder = 0
  464.       OnClick = BackButtClick
  465.     end
  466.     object CancelButt: TButton
  467.       Left = 336
  468.       Top = 5
  469.       Width = 75
  470.       Height = 25
  471.       Caption = '&Cancel'
  472.       TabOrder = 2
  473.       OnClick = CancelButtClick
  474.     end
  475.     object btnHelp: TBitBtn
  476.       Left = 9
  477.       Top = 5
  478.       Width = 75
  479.       Height = 25
  480.       Caption = '&Help'
  481.       TabOrder = 4
  482.       OnClick = btnHelpClick
  483.     end
  484.   end
  485. end
  486.